home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club (Business) 1997 July / Software of the Month Club - Business (Volume 239) (July 1997).iso / pc / code / intro.dxr / 00012_nyu wait.ls < prev    next >
Encoding:
Text File  |  1996-02-15  |  329 b   |  14 lines

  1. on exitFrame
  2.   set startNow to the timer
  3.   preLoadCast(the number of cast "gms.pict.gmspal", the number of cast "GMatter.aif")
  4.   repeat while (the timer - startNow) < (5 * 60)
  5.     if the mouseDown then
  6.       go(label("GMS Logo"))
  7.       exit
  8.       next repeat
  9.     end if
  10.     go(the frame)
  11.   end repeat
  12.   go(label("GMS Logo"))
  13. end
  14.